﻿* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff none repeat scroll 0 0;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    font-size: 12px;
    min-width: 1200px;
}

input, img {
    border: 0 none;
}

a {
    color: black;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6, b, i, strong, em, th {
    font-style: normal;
}

input, select, option {
    border: 0 none;
}

textarea {
    resize: none;
}

table {
    border: 0 none;
}


.wrapper {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}

.page {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
/*清楚浮动 DIV*/
.clear {
    clear: both;
}

/*banner*/
.banner {
    position: relative;
    height: 500px;
}

    .banner .swiper-container {
        width: 100%;
        height: 500px;
    }

.index_banner {
    position: relative;
    height: auto;
}

    .index_banner .swiper-container {
        width: 100%;
        height: auto;
        max-height: 500px;
    }

    .banner .swiper-slide, .news_banner .swiper-slide, .index_banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide, .news_banner .swiper-container .swiper-wrapper .swiper-slide, .index_banner .swiper-container .swiper-wrapper .swiper-slide {
        margin-right: 0px;
    }

        .banner .swiper-container .swiper-wrapper .swiper-slide a img, .news_banner .swiper-container .swiper-wrapper .swiper-slide a img, .index_banner .swiper-container .swiper-wrapper .swiper-slide a img {
            /*display: block;
	float: left;*/
        }

        .index_banner .swiper-container .swiper-wrapper .swiper-slide a img {
            /*max-height: 500px;
	width: 100%;*/
        }

    .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active, .news_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active, .index_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        border: 1px solid #fff;
        background: #fff;
    }

    .banner .swiper-pagination-bullet, .news_banner .swiper-pagination-bullet, .index_banner .swiper-pagination-bullet {
        background: #fff;
        height: 14px;
        width: 14px;
        opacity: 1;
        border: 1px solid #fff;
        background: rgba(0,0,0,0);
    }
/*banner 搜索*/
.banner_search {
    position: absolute;
    background: rgba(0,0,0,0.8);
    display: block;
    width: 324px;
    height: 440px;
    top: 29px;
    left: 50%;
    margin-left: 276px;
    z-index: 2;
}

.banner_search_ul {
    padding: 30px 20px 0 20px;
}

    .banner_search_ul li {
        border-bottom: 1px solid #646464;
        height: 42px;
        line-height: 42px;
        color: #fff;
        font-size: 15px;
        padding-left: 12px;
        background: url(../images/search_xia.png) no-repeat 95.5% center;
        position: relative;
        cursor: pointer;
    }

        .banner_search_ul li.lihover {
            background: url(../images/search_xia_hover.png) no-repeat 95% center;
        }

        .banner_search_ul li h2 {
            font-size: 16px;
            position: absolute;
            z-index: 3;
        }

        .banner_search_ul li span {
            display: block;
            width: 100px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 50px;
            z-index: 2;
            font-size: 14px;
        }

        .banner_search_ul li:first-child {
            background: none;
            border: none;
            padding: 0;
            height: auto;
            margin-bottom: 10px;
        }

        .banner_search_ul li input {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: 1px solid #646464;
            color: #fff;
            font-size: 16px;
            padding: 10.5px 12px;
            width: 91%;
        }

.banner_search input[type="submit"] {
    background: #0046dc none repeat scroll 0 0;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    width: 105px;
    display: block;
    margin: 40px 0 0 110px;
    cursor: pointer;
}

.li_cont div {
    position: absolute;
    width: 95.5%;
    background: #2c3034;
    display: block;
    margin-left: -12px;
    padding-left: 12px;
    z-index: 9;
    overflow: hidden;
    display: none;
    border: 1px solid #64676a;
    top: 42px;
}

    .li_cont div a {
        display: block;
        background: #2c3034;
        z-index: 99;
        color: #a7a7a7;
        border-bottom: 1px solid #64676a;
        width: 95%;
        font-size: 14px;
    }

        .li_cont div a:last-child {
            border-bottom: none;
        }

        .li_cont div a:hover {
            color: #64f0ff;
        }

.li_cont .banner_city p {
    border-bottom: 1px solid #64676a;
    overflow: hidden;
    width: 95%;
}

    .li_cont .banner_city p:last-child {
        border: none;
    }

.li_cont .banner_city a {
    border: medium none;
    float: left;
    padding-right: 23px;
    width: auto;
}

.li_cont .banner_citys p {
    border-bottom: 1px solid #64676a;
    overflow: hidden;
    width: 95%;
}

    .li_cont .banner_citys p:last-child {
        border: none;
    }

.li_cont div.banner_citys a {
    border: medium none;
    float: left;
    padding-right: 9px;
    width: auto;
    line-height: 25px;
}
/*头部*/
.header {
    background: #fff;
    border-top: 4px solid #0e7aea;
    height: 80px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    margin-bottom: 80px;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.1);
}

.logo {
    display: block;
    float: left;
}

    .logo a img {
        display: block;
        float: left;
    }

.nav {
    display: block;
    float: right;
}

    .nav ul li {
        float: left;
        height: 80px;
        line-height: 80px;
    }

        .nav ul li a {
            display: block;
            font-size: 18px;
            padding: 0 18px;
            color: #1e2022;
            letter-spacing: 1px;
        }

            .nav ul li a:hover, .nav ul li a.active {
                background: #0c73e9;
                color: #fff;
            }

.search_ceng {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: 80px;
    position: absolute;
    right: 0;
    width: 142px;
    z-index: 2;
}

.search {
    background: #fff;
    display: block;
    float: right;
    height: 24px;
    margin-top: 27px;
    overflow: hidden;
    width: 30px;
    border: 1px solid #fff;
    margin-left: 20px;
    position: absolute;
    right: 0px;
    z-index: 9;
    border-radius: 1px;
}

.yinying {
    display: none;
    position: absolute;
    right: 142px;
    width: 156px;
    z-index: 9;
}

.search input {
    width: 100px;
    padding: 5px 0 5px 5px;
}

.search a {
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll right center;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    width: 18px;
    margin-right: 11px;
}

/*底部*/
.footer {
    overflow: hidden;
}

.footer_main {
    height: 100px;
    background: #2d2d32;
}

    .footer_main i.line {
        margin-top: 38px;
        display: block;
        border-top: 1px solid #646464;
    }

.footer_main_link {
    display: block;
    overflow: hidden;
    padding: 0 15px;
}

    .footer_main_link a {
        color: #bec3c8;
        padding: 0 13px;
        font-size: 11px;
        display: block;
        float: left;
        margin-top: 15px;
        letter-spacing: 1
    }

        .footer_main_link a:hover {
            color: #fff;
        }

.footer_main_cont {
    overflow: hidden;
    padding: 30px 0 0 417px;
}

    .footer_main_cont a {
        display: block;
        float: left;
        margin-right: 47px;
        text-align: center;
        width: 56px;
    }

        .footer_main_cont a:hover b {
            color: #fff;
        }

        .footer_main_cont a i {
            height: 56px;
            width: 56px;
            display: block;
        }

        .footer_main_cont a:nth-child(1) i {
            background: url(../images/2.png) no-repeat center center;
        }

        .footer_main_cont a:nth-child(1):hover i {
            background: url(../images/1.png) no-repeat center center;
        }

        .footer_main_cont a:nth-child(2) i {
            background: url(../images/4.png) no-repeat center center;
        }

        .footer_main_cont a:nth-child(2):hover i {
            background: url(../images/3.png) no-repeat center center;
        }

        .footer_main_cont a:nth-child(3) i {
            background: url(../images/6.png) no-repeat center center;
        }

        .footer_main_cont a:nth-child(3):hover i {
            background: url(../images/5.png) no-repeat center center;
        }

        .footer_main_cont a:nth-child(4) i {
            background: url(../images/8.png) no-repeat center center;
        }

        .footer_main_cont a:nth-child(4):hover i {
            background: url(../images/7.png) no-repeat center center;
        }

        .footer_main_cont a b {
            color: #bec3c8;
            display: block;
            margin-top: 18px;
            overflow: hidden;
            letter-spacing: 1px;
        }

.footer_bottom {
    background: #1e2022 none repeat scroll 0 0;
    border-top: 1px solid #646464;
    color: #fff;
    height: 140px;
    text-align: center;
}

    .footer_bottom p {
        line-height: 26px;
    }

        .footer_bottom p:first-child {
            margin-top: 15px;
        }

    .footer_bottom a {
        color: #fff;
    }


/*页面 公用的  左板块 和右板块 样式*/
.left_plate {
    overflow: hidden;
    display: block;
    float: left;
    width: 846px;
}

.right_plate {
    overflow: hidden;
    display: block;
    float: right;
    width: 324px;
}

.left_plate_wap {
    overflow: hidden;
    display: block;
    float: left;
}

.right_plate_wap {
    display: none;
}


.public_header1 {
    border-bottom: 1px solid #e6e6e6;
    height: 42px;
    line-height: 42px;
}

    .public_header1 h2 {
        color: #1e2022;
        font-size: 20px;
        margin-left: 12px;
        display: block;
        float: left;
    }

.public_header1_cont {
    color: #969696;
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    text-align: center;
    width: 80%;
}

    .public_header1_cont a {
        padding: 0 20px;
        color: #969696;
    }

        .public_header1_cont a:hover, .public_header1_cont a.active {
            color: #0046dc;
        }

.public_header1 a.more {
    display: block;
    float: right;
    margin-right: 12px;
    font-size: 14px;
    color: #0046dc;
}
/*.time_equence{
	background: url(../images/jiantou.png) no-repeat 36px center;
}*/
.time_btn {
    padding-right: 30px;
}

.time_btn_shang {
    background: url(../images/time_btn_shang.png) no-repeat 36px center;
}

.time_btn_xia {
    background: url(../images/time_btn_xia.png) no-repeat 36px center;
}

.time_equence, .time_btn, .time_btn1 {
    display: block;
    float: right;
    color: #969696;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    margin-left: 20px;
}

    .time_equence:hover, .time_btn:hover {
        color: #0046dc;
    }

.public_header2 {
    background: #0046dc;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
}

    .public_header2 h2 {
        color: #fff;
        font-size: 18px;
        display: block;
        float: left;
    }

    .public_header2 a {
        background: url(../images/moremore.png) no-repeat center;
        width: 12px;
        display: block;
        float: right;
        height: 42px;
    }

.bar {
    border-top: 2px solid #0046dc;
    width: 7px;
    display: block;
    float: left;
    margin-right: 10px;
}

.left_plate_header {
    display: block;
    overflow: hidden;
    color: #646464;
}

    .left_plate_header a {
        margin: 0 12px 0 12px;
        color: #646464;
    }

        .left_plate_header a:first-child {
            margin-left: 0;
        }

        .left_plate_header a:hover, .left_plate_header a.active {
            color: #0046dc;
        }

/*共用更多*/
.public_more {
    padding: 20px 0 40px 0;
    text-align: center;
}

    .public_more a {
        background: #0046dc none repeat scroll 0 0;
        border-radius: 2px;
        color: #fff;
        font-size: 15px;
        padding: 3.5px 18.5px;
    }
/*共用声明*/
.public_statement {
    border: 1px solid #0043d2;
    padding: 10px 10px 15px 10px;
    background: #eaeded;
}

    .public_statement h4 {
        font-size: 13px;
        color: #7599e5;
        margin-top: 4px;
    }

    .public_statement p {
        color: #969696;
        font-size: 12px;
        line-height: 20px;
        margin-top: 4px;
    }

/*地区  专题  工具箱   排行榜*/
.first_screen {
    margin-top: 30px;
    margin-bottom: 40px;
}

/*地区*/
.region {
    overflow: hidden;
}

.region_ul {
    width: 99%;
}

    .region_ul li {
        width: 274px;
        height: 246px;
        display: block;
        float: left;
        margin-right: 12px;
    }

        .region_ul li a {
            background: url(../images/region_mo.png) no-repeat #0046dc center 188px;
            display: block;
            padding: 30px 20px 0 20px;
            height: 216px;
            transition: all 1s;
        }

            .region_ul li a:hover {
                background: url(../images/region_hover.png) no-repeat #0038b1 center 188px;
            }

            .region_ul li a h2 {
                color: #fff;
                font-size: 20px;
                height: 52px;
                margin-bottom: 10px;
                overflow: hidden;
            }

            .region_ul li a p {
                color: #dadada;
                height: 63px;
                letter-spacing: 1px;
                line-height: 22px;
                overflow: hidden;
            }

/*地区下面 列表*/
.list_ul {
    margin-top: 30px;
    border-top: 1px solid #cdcdcd;
    overflow: hidden;
}

    .list_ul li {
        border-bottom: 1px solid #cdcdcd;
        display: block;
        float: left;
        height: 38px;
        line-height: 38px;
        padding: 0 12px;
        width: 550px;
    }

        .list_ul li:nth-child(1), .list_ul li:nth-child(2), .list_ul li:nth-child(5), .list_ul li:nth-child(6), .list_ul li:nth-child(9), .list_ul li:nth-child(10), .list_ul li:nth-child(13), .list_ul li:nth-child(14) {
            background: #f8f9f9;
        }

        .list_ul li a {
            color: #646464;
            float: left;
            letter-spacing: 1px;
            width: 75%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 13px;
        }

            .list_ul li a:hover {
                color: #0046dc;
            }

        .list_ul li em {
            float: right;
            color: #969696;
        }

/*专题*/
.subject {
    margin-top: 30px;
}

.subject_cont {
    overflow: hidden;
    margin-top: 18px;
}

.subject_cont_left {
    display: block;
    width: 418px;
    height: 260px;
    overflow: hidden;
    position: relative;
    float: left
}

    .subject_cont_left a:hover i {
        opacity: 1;
        transition: all 1s;
    }

        .subject_cont_left a:hover i img {
            transform: scale(1,1);
        }

    .subject_cont_left a img {
        display: block;
        float: left;
    }

    .subject_cont_left a h3 {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 17px;
        height: 43px;
        line-height: 43px;
        padding-left: 12px;
        position: absolute;
        width: 97.1%;
        z-index: 11;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .subject_cont_left a i {
        background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
    }

        .subject_cont_left a i img {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -33px 0 0 -33px;
            /*transform:scale(2,2);*/
            transition: all 1s;
        }

.project_hover .subject_cont_left a p {
    width: 420px;
    height: 260px;
}

.project_hover .subject_ul li a p {
    width: 100%;
    height: 100%;
}

.project_hover .subject_cont_left a p, .project_hover .subject_ul li a p {
    position: absolute;
    display: block;
    background: rgba(0,0,0,0.2);
    z-index: 10;
    top: 0;
    left: 0;
    transition: all 1s;
}

.project_hover .subject_cont_left a:hover p, .project_hover .subject_ul li a:hover p {
    background: rgba(0,0,0,0);
}


.subject_ul {
    overflow: hidden;
    width: 420px;
    float: left;
    height: 260px;
}

    .subject_ul li {
        position: relative;
        width: 202px;
        height: 124px;
        display: block;
        float: left;
        margin: 0 0 12px 8px;
    }

        .subject_ul li img {
            display: block;
            float: left;
        }

        .subject_ul li a h4 {
            background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
            bottom: 0;
            color: #fff;
            font-size: 11px;
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            padding-left: 12px;
            position: absolute;
            width: 94.1%;
            z-index: 11;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .subject_ul li a:hover i {
            opacity: 1;
        }

            .subject_ul li a:hover i img {
                transform: scale(1,1);
            }

        .subject_ul li a i {
            background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            opacity: 0;
            transition: all 1s;
        }

            .subject_ul li a i img {
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -17px 0 0 -17px;
                /*transform:scale(2,2);*/
                transition: all 1s;
            }
/*工具箱*/
.toolkit {
    background: #f8f9f9;
    margin-bottom: 30px;
}

.toolkit_cont {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 0 0 0 12px;
    overflow: hidden;
    display: block;
}

.toolkit_cont_top {
    padding: 24px 0 0 0;
    overflow: hidden;
}

    .toolkit_cont_top a {
        display: block;
        width: 64px;
        text-align: center;
        height: 28px;
        line-height: 28px;
        background: #fff;
        float: left;
        border: 1px solid #e4e4e4;
        margin: 0 11.5px 14px 0;
        color: #505050;
        border-radius: 2px;
    }

        .toolkit_cont_top a:hover {
            border: 1px solid #0046dc;
            background: #0046dc;
            color: #fff;
        }

.toolkit_cont ul {
    overflow: hidden;
    margin: 12px 0 30px 0;
}

    .toolkit_cont ul li {
        border-bottom: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        display: block;
        float: left;
        height: 63px;
        width: 73.5px;
        text-align: center;
    }

        .toolkit_cont ul li:nth-child(5), .toolkit_cont ul li:nth-child(6), .toolkit_cont ul li:nth-child(7), .toolkit_cont ul li:nth-child(8) {
            border-bottom: none;
        }

        .toolkit_cont ul li:nth-child(4), .toolkit_cont ul li:nth-child(8) {
            border-right: none;
        }

        .toolkit_cont ul li a {
            color: #505050;
            display: block;
            height: 25px;
            margin-top: 11px;
            padding: 1px 0;
        }

        .toolkit_cont ul li:nth-child(1) a {
            background: url('../images/icon_1.png') no-repeat center top;
        }

            .toolkit_cont ul li:nth-child(1) a:hover {
                background: url('../images/icon_1.png') no-repeat center -31px;
            }

        .toolkit_cont ul li:nth-child(2) a {
            background: url('../images/icon_2.png') no-repeat center top;
        }

            .toolkit_cont ul li:nth-child(2) a:hover {
                background: url('../images/icon_2.png') no-repeat center -30px;
            }

        .toolkit_cont ul li:nth-child(3) a {
            background: url('../images/icon_3.png') no-repeat center top;
        }

            .toolkit_cont ul li:nth-child(3) a:hover {
                background: url('../images/icon_3.png') no-repeat center -30px;
            }

        .toolkit_cont ul li:nth-child(4) a {
            background: url('../images/icon_4.png') no-repeat center top;
        }

            .toolkit_cont ul li:nth-child(4) a:hover {
                background: url('../images/icon_4.png') no-repeat center -30px;
            }

        .toolkit_cont ul li:nth-child(5) a {
            background: url('../images/icon_5.png') no-repeat center top;
        }

            .toolkit_cont ul li:nth-child(5) a:hover {
                background: url('../images/icon_5.png') no-repeat center -29px;
            }

        .toolkit_cont ul li:nth-child(6) a {
            background: url('../images/icon_6.png') no-repeat center top;
        }

            .toolkit_cont ul li:nth-child(6) a:hover {
                background: url('../images/icon_6.png') no-repeat center -29px;
            }

        .toolkit_cont ul li:nth-child(7) a {
            background: url('../images/icon_7.png') no-repeat center top;
        }

            .toolkit_cont ul li:nth-child(7) a:hover {
                background: url('../images/icon_7.png') no-repeat center -29px;
            }

        .toolkit_cont ul li:nth-child(8) a {
            background: url('../images/icon_8.png') no-repeat center top;
        }

            .toolkit_cont ul li:nth-child(8) a:hover {
                background: url('../images/icon_8.png') no-repeat center -29px;
            }

        .toolkit_cont ul li:nth-child(5) a, .toolkit_cont ul li:nth-child(6) a, .toolkit_cont ul li:nth-child(7) a, .toolkit_cont ul li:nth-child(8) a {
            margin-top: 18px;
        }

        .toolkit_cont ul li a:hover {
            color: #0046dc;
        }

        .toolkit_cont ul li a b {
            clear: both;
            display: block;
            margin-top: 26px;
        }

/*排行榜*/
.ranking_list {
    background: #f8f9f9;
    overflow: hidden;
}

.ranking_list_cont {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 0 12px;
    overflow: hidden;
    display: block;
}

.ranking_list_cont_top {
    overflow: hidden;
    margin: 18px 0 0px 0;
}

    .ranking_list_cont_top a img {
        display: block;
        float: left;
        width: 136px;
        height: 86px;
        margin-right: 13px;
    }

    .ranking_list_cont_top a h3 {
        color: #2d2d2d;
        display: block;
        float: left;
        font-size: 14px;
        height: 42px;
        overflow: hidden;
        width: 147px
    }

    .ranking_list_cont_top a:hover h3 {
        color: #0046dc;
    }

    .ranking_list_cont_top a p {
        color: #969696;
        display: block;
        float: left;
        height: 34px;
        margin-top: 10px;
        overflow: hidden;
        text-align: justify;
        width: 147px;
    }

.ranking_list_ul {
    overflow: hidden;
    margin-bottom: 25px;
}

    .ranking_list_ul li {
        height: 34.5px;
        line-height: 34.5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

        .ranking_list_ul li a {
            color: #646464;
        }

            .ranking_list_ul li a:hover {
                color: #0046dc;
            }

        .ranking_list_ul li .bar {
            margin-top: 16px;
        }


/*活动报名  视频 MBA视角  EMBA*/
.second_screen {
    background: #f8f9f9;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 30px;
}

    .second_screen .right_plate .ranking_list {
        margin-top: 30PX;
    }

/*活动报名*/
.enrollment {
    margin-top: 30px;
    overflow: hidden;
}

.enrollment_ul {
    overflow: hidden;
    margin-top: 18px;
    width: 99%;
}

.second_screen .wrapper .left_plate .enrollment .enrollment_ul {
    padding: 0 0 2px 15px;
}

    .second_screen .wrapper .left_plate .enrollment .enrollment_ul li {
        margin: 0 12px 15px 0;
        width: 264px;
    }

.second_screen .left_plate .enrollment .enrollment_ul li a img {
    width: 100%;
}

.emba .left_plate .enrollment .enrollment_ul {
    padding-left: 15px;
}

    .emba .left_plate .enrollment .enrollment_ul li {
        margin: 0 15px 15px 0;
        width: 262px;
    }

        .emba .left_plate .enrollment .enrollment_ul li a {
        }

            .emba .left_plate .enrollment .enrollment_ul li a img {
                width: 100%;
            }


.enrollment_ul li {
    color: #1e2022;
    display: block;
    float: left;
    height: 295px;
    margin: 0 12px 15px 0;
    width: 274px;
}

    .enrollment_ul li:hover {
        background: #fff;
        box-shadow: 0 3px 15px #b6b7bf;
    }

    .enrollment_ul li a {
        color: #969696;
        display: block;
        position: relative;
    }

        .enrollment_ul li a img {
            display: block;
            float: left;
            width: 274px;
            height: 169px;
        }

        .enrollment_ul li a h3 {
            width: 90px;
            height: 27px;
            display: block;
            text-align: center;
            line-height: 27px;
            color: #fff;
            background: #1656de;
            left: 0px;
            position: absolute;
            font-size: 15px;
            top: 139px;
        }

        .enrollment_ul li a h4 {
            clear: both;
            font-size: 14px;
            letter-spacing: 2px;
            line-height: 21.2px;
            padding: 12px 12px 0 12px;
            margin-bottom: 12px;
            height: 42px;
            overflow: hidden;
        }

    .enrollment_ul li em {
        background: url(../images/icon_9.png) no-repeat;
        display: block;
        margin-left: 12px;
        padding-left: 25px;
    }

    .enrollment_ul li strong {
        background: rgba(0, 0, 0, 0) url("../images/icon_10.png") no-repeat scroll 0 0;
        display: block;
        margin-left: 12px;
        margin-top: 5px;
        padding-left: 25px;
    }

/*院校资讯 关于我们*/
.third_screen {
    overflow: hidden;
    padding: 30px 0 18px 0;
}
/*院校资讯*/
.colleges_cont {
    overflow: hidden;
    margin-top: 18px;
}

.colleges_list_one {
    overflow: hidden;
    width: 417px;
    height: 192px;
    float: left;
    margin: 0 12px 12px 0;
}

    .colleges_list_one a {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .colleges_list_one a img {
            display: block;
            float: left;
        }

        .colleges_list_one a h3 {
            background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
            bottom: 0;
            color: #fff;
            height: 40px;
            left: 0;
            line-height: 40px;
            padding-left: 12px;
            width: 97%;
            font-size: 14px;
            z-index: 11;
            overflow: hidden;
            float:left;
            margin-top:-100px;
        }

        .colleges_list_one a i {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            background: rgba(0,70,220,0.3) url(../images/shi1.png) no-repeat center center;
            opacity: 0;
            transition: all 1s;
        }

        .colleges_list_one a:hover i {
            opacity: 1;
        }

.colleges_list {
    display: block;
    float: left;
    height: 90px;
    width: 417px;
    margin-bottom: 12px;
}

    .colleges_list a {
        position: relative;
        display: block;
    }

        .colleges_list a:hover i {
            opacity: 1;
        }

        .colleges_list a img {
            width: 146px;
            height:90px;
            display: block;
            float: left;
            margin-right: 12px;
        }

        .colleges_list a:hover h3 {
            color: #0046dc;
        }

        .colleges_list a h3 {
            color: #2d2d2d;
            display: block;
            float: left;
            font-size: 13px;
            height: 44px;
            line-height: 22px;
            margin-top: 6px;
            overflow: hidden;
            width: 254px;
        }

        .colleges_list a em {
            color: #969696;
            display: block;
            float: left;
            font-size: 14px;
            margin-top: 12px;
        }

        .colleges_list a i {
            background: rgba(50, 106, 226, 0.5) url("../images/shi.png") no-repeat scroll center center;
            display: block;
            height: 90px;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 146px;
            transition: all 1s;
        }


.colleges_cont_bottom {
    overflow: hidden;
    width: 858px;
}

    .colleges_cont_bottom .colleges_list {
        margin: 0 12px 12px 0;
    }

/*关于我们*/
.about_us {
    overflow: hidden;
}

.about_us_cont {
    background: #f8f9f9;
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 0 12px;
    overflow: hidden;
    display: block;
    padding: 55px 23px 37px;
}

    .about_us_cont .logo1 {
        margin: 0 0 30px 55px;
    }

    .about_us_cont p {
        color: #999;
        line-height: 24px;
        text-align: justify;
    }

    .about_us_cont span {
        width: 110px;
        display: block;
        text-align: center;
        color: #999;
        margin: 40px 0 0 85px;
    }

        .about_us_cont span img {
            margin-bottom: 10px;
        }

/*关于我们 下面的  2个广告*/
.about_us_advertise {
    overflow: hidden;
}

    .about_us_advertise > a {
        margin-top: 30px;
        display: block;
        overflow: hidden;
    }

        .about_us_advertise > a > img {
            display: block;
            float: left;
            height: 202px;
            width: 324px;
        }

/*底部 公共 广告*/
.footer_banner1 {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 98px;
}

    .footer_banner1 .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .footer_banner1 .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .footer_banner1 .slideBox .bd img {
            width: 100%;
            height: 100%;
            display: block;
        }


.footer_banner {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    border-top: 3px solid #0558e0;
    border-bottom: 3px solid #0558e0;
    background: #f8f9f9;
}

    .footer_banner ul {
        display: block;
        height: 92px;
        width: 1220px;
    }

        .footer_banner ul li {
            float: left;
        }

            .footer_banner ul li a {
                display: block;
                overflow: hidden;
                width: 250px;
                height: 92px;
            }

                .footer_banner ul li a img {
                    display: block;
                    float: left;
                    width: 100%;
                    height: 100%;
                }

.zoomMiddle {
    position: absolute;
    top: 0px;
    display: none;
}

    .zoomMiddle img {
        width: 1200px;
        height: 92px;
    }

/*公共分页*/
.public_paging {
    display: block;
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
}

    .public_paging a {
        color: #646464;
        font-size: 10px;
        padding: 5px 8.5px;
        margin: 0 5px;
    }

        .public_paging a:hover, .public_paging a.active {
            background: #0046dc none repeat scroll 0 0;
            color: #fff;
        }

        .public_paging a.shang, .public_paging a.xia {
            padding: 5px 14px;
        }

        .public_paging a.shang {
            background: url(../images/shang.jpg) no-repeat;
        }

        .public_paging a.xia {
            background: url(../images/xia.jpg) no-repeat;
        }

.right_slide {
    overflow: hidden;
    width: 324px;
    height: 232px;
    margin-top: 30px;
}

    .right_slide .swiper-container {
        height: 202px;
        width: 324px;
    }

    .right_slide .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .right_slide .swiper-slide a img {
            display: block;
            float: left;
        }

.the_content {
    width: 100%;
    height: 100%;
    padding: 46px 0;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.the_content p {
    line-height: 30px;
    line-height: 0.3rem;
    text-align: justify;
    overflow: hidden;
}

.the_content span { /*font-size: 14px; font-size: 0.14rem;*/
    color: #666;
    overflow: hidden;
}

.the_content img {
    height: auto !important;
    max-width: 100% !important;
}

.the_content strong {
    font-weight: bold;
}


/*纠错*/
.correction {
    text-align: right;
    padding: 10px 0;
}

    .correction a {
        font-size: 14px;
        color: #666;
        cursor: pointer;
    }

        .correction a:hover {
            color: #0046dc;
        }
/*纠错浮层*/
.correction_ceng {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.correction_main {
    position: fixed;
    width: 700px;
    height: 800px;
    background: #f4f5f5;
    left: 50%;
    top: 50%;
    margin: -400px 0 0 -350px;
    border-radius: 5px;
}

    .correction_main h1 {
        background: #0b6bdf;
        height: 80px;
        line-height: 80px;
        border-radius: 5px 5px 0 0;
        padding-left: 50px;
        font-size: 25px;
        color: #fff;
    }

    .correction_main i {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/xx.png) no-repeat;
        right: 27px;
        top: 30px;
        cursor: pointer;
    }

.correction_cont {
    padding: 40px 60px 0 60px;
}

    .correction_cont input[type="submit"] {
        background: #0046dc none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        padding: 7px 30px;
        margin-top: 30px;
    }

    .correction_cont p {
        font-size: 12px;
        color: #969696;
        margin-top: 20px;
        line-height: 22px;
    }

    .correction_cont div {
        overflow: hidden;
        margin-bottom: 30px;
    }

        .correction_cont div h2 {
            font-size: 21px;
            color: #1e1e1e;
            margin-bottom: 15px;
        }

        .correction_cont div input.xing, .correction_cont div input.dianhua, .correction_cont div input.input_one, .correction_cont div input.input_xing {
            float: left;
            height: 25px;
            line-height: 25px;
            font-size: 12px;
            color: #afafaf;
            margin: 0 50px 0 0;
            border: 1px solid #e2e2e2;
            border-radius: 3px;
            padding-left: 15px;
        }

        .correction_cont div input.xing {
            width: 80px;
        }

        .correction_cont div input.dianhua {
            width: 50%;
            display: block;
            float: none;
        }

        .correction_cont div input.input_one, .correction_cont div input.input_xing {
            display: block;
            float: none;
            margin-top: 10px;
            width: 50%;
        }

        .correction_cont div ul {
            overflow: hidden;
            height: 28px;
            line-height: 28px;
        }

            .correction_cont div ul li {
                float: left;
                font-size: 16px;
                color: #969696;
                padding-left: 20px;
                margin-right: 50px;
                cursor: pointer;
            }

        .correction_cont div.yijian textarea {
            padding: 15px;
            border: 1px solid #e2e2e2;
            border-radius: 3px;
            width: 94.5%;
            color: #afafaf;
            font-size: 12px;
        }

.ul1 li, .ul2 li {
    background: url(../images/yuan1.jpg) no-repeat left center;
}

    .ul1 li.active, .ul2 li.active {
        background: url(../images/yuan2.jpg) no-repeat left center;
    }

.ilost {
    position: relative;
}

.ilost_jieshu {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    display: none;
}

    .ilost_jieshu b {
        border: 1px solid #fff;
        border-radius: 2px;
        display: block;
        font-size: 20px;
        height: 30px;
        letter-spacing: 2px;
        line-height: 30px;
        margin: 137px 0 0 100px;
        text-align: center;
        width: 90px;
    }

.search_all h2 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

    .search_all h2 .keys {
        color: #0c73e9;
    }

.search_all .search_nav {
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #ccc;
}

    .search_all .search_nav a {
        margin: 0px 40px;
        font-size: 18px;
        color: #666;
    }

        .search_all .search_nav a.active {
            margin-right: 40px;
            font-size: 18px;
            color: #0c73e9;
        }

.search_all .search_list li {
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.search_all .search_list a {
    color: #666;
    font-size: 16px;
}

    .search_all .search_list a em {
        color: #666;
        font-size: 12px;
        float: right;
    }


.backsen_add_close_btn {
    position: relative;
}

.banner_search .backsen_add_close_btn {
    text-align: right;
    font-size: 24px;
    padding-right: 10px;
}

.backsen_add_close_btn_span {
    position: absolute;
    right: 5px;
    font-size: 24px;
    top: -2px;
}
